home *** CD-ROM | disk | FTP | other *** search
/ Internet Toolkit / Internet Toolkit.iso / tutorial / pc_learn / exten.tut < prev    next >
Text File  |  1993-08-16  |  13KB  |  374 lines

  1.        
  2.        ---------------------------------------------------------------- 
  3.  
  4.                            INDEX OF FILE EXTENSIONS
  5.  
  6.        ---------------------------------------------------------------- 
  7.  
  8.        In a previous DOS tutorial we discussed the topic of file 
  9.        extensions or file endings. One concept novices find helpful is 
  10.        an index explaining some of the more common file extensions. But 
  11.        first, let's review... 
  12.  
  13.        As an example, let's pretend you have just put an unknown 
  14.        diskette in your floppy drive and typed the DIR command to 
  15.        display the disk contents. Here is what you might see: 
  16.  
  17.        DELXTRA  BAT      128   5-03-86   6:55p              
  18.        MSG1     TXT      384   5-03-86   7:10p               
  19.        PAY      BAT       16   9-02-85  12:11p              
  20.        PCPAY    DOC    64512   5-04-86   7:11a                
  21.        PCPR     EXE    21457   5-03-86   3:29p              
  22.        PRNTDOC  BAT      128   5-03-86   7:09p              
  23.        README   BAT     2128   5-03-86   12:46              
  24.        README           6326   5-03-86   12:46p
  25.        GO       BAT      668   7-03-86   8:39a              
  26.        FILES565 TXT     1728   7-03-86   8:37a   
  27.        
  28.        Let's select a file and explain how the DOS file extension 
  29.        works. From the above listing, let's select at random the third 
  30.        entry whose file listing is dissected below. Note carefully the 
  31.        file extension reference.
  32.  
  33.                                 Date of File creation
  34.                                 |
  35.                                 |
  36.         PAY   BAT       16   9-02-85  12:11p --- Time of file creation  
  37.          |    |         |
  38.          |    |         File size in bytes
  39.          |    |
  40.          |    |
  41.          PAY.BAT ----- PAY.BAT is the FULL filename including extension 
  42.           |   |
  43.           |   |
  44.           |   This is the file extension: BAT
  45.           |
  46.           |
  47.           This is the filename: PAY
  48.        
  49.        Again, PAY.BAT is the full DOS filename you might use when 
  50.        typing a DOS command such as      COPY A:PAY.BAT B:
  51.        The above command, by the way, means copy the file PAY.BAT from 
  52.        the A: drive to the B: drive.
  53.  
  54.        Note that the file extension is BAT. This is very important for 
  55.        consideration within the following index. 
  56.                                              
  57.        An experienced user who understands the value of the file 
  58.        extension would immediately guess that the file extension BAT 
  59.        means that this file is a batch file which can be run to execute 
  60.        a program. With that in mind, presented below is an alphabetized 
  61.        listing of the more commonly seen DOS file extensions... 
  62.  
  63.  
  64.        .       A file which has no extension is probably an ASCII text
  65.                file containing instructions or documentation. Use
  66.                the DOS TYPE command or simply load the file into your
  67.                word processor to view or print.
  68.  
  69.        .$$$    A temporary file. Usually these type of files are erased
  70.                later during program execution.
  71.  
  72.        .1ST    Frequently this is associated with files such as
  73.                README.1ST which means "readme first" and is a 
  74.                instruction/documentation file. Use the DOS type
  75.                command (e.g., TYPE README.1ST) or you could load
  76.                the file into your word processor to read.
  77.        
  78.        .AFM    Adobe postscript file
  79.  
  80.        .ALL    Wordperfect printer and font control file.
  81.  
  82.        .ANS    ANSI graphics file.
  83.  
  84.        .ARC    Compressed archive file. Can be uncompressed with any
  85.                of several unarchiving utilities such as PKUNPAK.EXE.
  86.  
  87.        .ARJ    Compress archive file produced by the ARJ.EXE program.
  88.                You will need ARJ to unpack this.
  89.  
  90.        .ART.   First Publisher graphics file.
  91.  
  92.        .ASC    Usually this is an ASCII file which contains 
  93.                instructions which can be viewed and read.
  94.  
  95.        .ASM    Assembly language source code. Usually ASCII text which
  96.                can be viewed.
  97.  
  98.        .BAK    Backup file. Copy of an early file version.
  99.  
  100.        .BAS    A program written in Basic. Use the QBasic or GWBasic
  101.                interpreter which comes with DOS to run this program.
  102.  
  103.        .BAT    Batch file program which can be run just by typing the
  104.                filename and pressing enter/return key. Do not type the
  105.                file extension.
  106.  
  107.        .BIT    Lotus Manuscript graphics file.
  108.  
  109.        .BLD    A Basic file. Loads with BLOAD utility.
  110.  
  111.        .BMP    Wallpaper background graphics file for Windows.
  112.  
  113.        .C      Source code for program written in C programming 
  114.                language.
  115.  
  116.        .CDR    Corel Draw graphics file.
  117.  
  118.        .CFG    Configuration file for a software program. Sometimes the
  119.                program uses this to run. Contains settings which can
  120.                be modified.
  121.  
  122.        .CGM    Computer graphics metafile.
  123.  
  124.        .COB    COBOL language source code file.
  125.  
  126.        .COM    Command file which can be run or executed. Just type
  127.                the filename to start the program. Don't type the file
  128.                extension.
  129.  
  130.        .CPI    Code page info file for foreign character symbols.
  131.  
  132.        .CPL    Windows control panel file.
  133.  
  134.        .CRF    Cross Reference File.
  135.  
  136.        .CUT    Dr. Halo graphics file.
  137.  
  138.        .DAT    Any file containing data. Might also be a configuration
  139.                file.
  140.  
  141.        .DBF    Database file containing data. Used by many popular
  142.                database programs.
  143.  
  144.        .DCT    Dictionary file. Possibly associated with a word 
  145.                processing program.
  146.  
  147.        .DEV    Device driver.
  148.  
  149.        .DHP    Dr. Halo graphics file.
  150.  
  151.        .DIC    Dictionary file.
  152.  
  153.        .DIF    Data Interchange Format file. ASCII text files which can
  154.                be used by spreadsheets and some database programs.
  155.  
  156.        .DLL    Windows dynamic link library file.
  157.  
  158.        .DOC    Documentation or text file containing instructions.
  159.                Use the DOS type command or simply load into your
  160.                word processor to read.
  161.  
  162.        .DRV    Device Driver file which links to installed hardware 
  163.                such as a mouse or external CR ROM item.
  164.  
  165.        .DRW    Corel Draw graphics file.
  166.  
  167.        .DWG    Autocad graphics file. 
  168.        
  169.        .DXF    Autocad graphics file. 
  170.  
  171.        .EPS   Encapsulated Postscript file.
  172.  
  173.        .EXE    An executable file which can be run. Type the filename
  174.                without the file extension to run the program then press 
  175.                the enter/return key.
  176.  
  177.        .FNT    Font file for text/characters.
  178.  
  179.        .FON    Font file for text/characters.
  180.  
  181.        .FOR    Fortran language source code file.
  182.  
  183.        .FOT    Windows file for TrueType outline typeface.
  184.  
  185.        .FOX    Foxbase database file.
  186.  
  187.        .FRM    A form.
  188.  
  189.        .GDI    GEM metafile.
  190.  
  191.        .GIF    Contains a graphics file or picture. Graphics 
  192.                Interchange Format. Use a graphics viewer to display the 
  193.                picture.
  194.  
  195.        .GRP    Windows Group data file.
  196.  
  197.        .GXI    Show Partner Graphics File.
  198.  
  199.        .HLP    Help file. Sometimes this can be viewed as with any
  200.                ASCII text file.
  201.  
  202.        .HNT    Hint file, usually for a game.
  203.  
  204.        .HPF    Hewlett Packard Bitstream soft font file.
  205.  
  206.        .HPG    Hewlett Packard graphics language file.
  207.  
  208.        .HST    History file (usually ASCII text) showing development
  209.                history of a program.
  210.  
  211.        .ICO    Icon graphics file used by Windows.
  212.  
  213.        .IDX    Foxbase database index file.
  214.  
  215.        .IFF    Deluxe Paint II graphics file.
  216.  
  217.        .IMG    GEM paint graphics file.
  218.  
  219.        .INF    Information or text file which can be read.
  220.  
  221.        .INI    Initialization file. Used with Windows and some other 
  222.                programs.
  223.  
  224.        .KEY    Keyboard macro definition file.
  225.  
  226.        .LBM    IFF file used by Deluxe Paint.
  227.  
  228.        .LIB    Library file used by a programming language.
  229.  
  230.        .LST    A list file, usually in ASCII text.
  231.  
  232.        .LTR    A letter, usually ASCII text.
  233.  
  234.        .LZH    Compressed archive file. Need LHA program to uncompress.
  235.  
  236.        .MAC    MacPaint graphics file or a macro file of keyboard
  237.                definitions and stored keystrokes.
  238.  
  239.        .MAN    A Manual or file in ASCII containing the instructions 
  240.                for a program.
  241.  
  242.        .ME     Usually the end of a READ.ME file. ASCII text which
  243.                can be viewed for instructions.
  244.  
  245.        .MID    MIDI audio file.
  246.  
  247.        .MNU    Menu or mouse control file.
  248.  
  249.        .MOD    Data interchange file used by Windows and DOS.
  250.  
  251.        .MSP    Windows graphics file.
  252.  
  253.        .NAM    PrintShop name file.
  254.  
  255.        .NDX    Database index file.
  256.  
  257.        .NG     Database file for Norton Guide.
  258.  
  259.        .NTX    Database index file.
  260.  
  261.        .OBJ    Object code file used by programming language.
  262.  
  263.        .OLD    Backup or temporary file.
  264.  
  265.        .OVL    Overlay program used by a larger software package.
  266.  
  267.        .OVR    Overlay file.
  268.  
  269.        .PAK    Compressed archive file. Use PAK.EXE program to unpack.
  270.  
  271.        .PAS    Pascal language programming source code file.
  272.  
  273.        .PCC    Z-Soft graphics file. Sometimes can be renamed a .PCX
  274.                file and used with other graphics soft ware. Contains an 
  275.                image.
  276.  
  277.        .PCX    PC Paintbrush graphics file. Contains an image.
  278.  
  279.        .PDF    Printer definition file.
  280.  
  281.        .POG    New Print Shop graphics file.
  282.  
  283.        .PNM    Print Shop name file.
  284.  
  285.        .PRG    A program source code file.
  286.  
  287.        .PRN    A text file that can be printed or viewed. Contains
  288.                instructions or viewable data.
  289.  
  290.        .PRS    WordPerfect printer definition file.
  291.  
  292.        .PRT    Text or documentation file which can be printed or 
  293.                viewed.
  294.  
  295.        .PSO    PostScript PDL printer bitstream font file.
  296.  
  297.        .SAV    Backup file or previous data.
  298.        
  299.        .SCR    Script file used my a modem or telecommunications 
  300.                program.
  301.  
  302.        .SCX    Graphics file for RIX or EGA program.
  303.  
  304.        .SDR    Printmaster name file.
  305.  
  306.        .SHP    Printmaster graphics file.
  307.  
  308.        .STY    Style file for WordPerfect.
  309.  
  310.        .SYS    A device driver. Usually this file is added to 
  311.                the CONFIG.SYS file in the root directory of the
  312.                hard drive.
  313.  
  314.        .TGA    Targa graphics file.
  315.  
  316.        .TIF    Tagged image format file used by Aldus Pagemaker.
  317.  
  318.        .TMP    Temporary or backup file.
  319.  
  320.        .TTF    Windows file for TrueType fonts.
  321.  
  322.        .TUT    Tutorial file.
  323.  
  324.        .TXT    Text file, usually ASCII. Directions or documentation 
  325.                for a program. View using the DOS TYPE command or
  326.                simply load into your word processor to view or print.
  327.  
  328.        .VOC    Soundblaster sound file.
  329.  
  330.        .WAV    Windows sound file.
  331.  
  332.        .WK1    Lotus spreadsheet file for version 2.0
  333.  
  334.        .WKE    Lotus educational worksheet file.
  335.  
  336.        .WKQ    Quattro spreadsheet file.
  337.  
  338.        .WKS    Lotus spreadsheet file for version 1A.
  339.  
  340.        .WMF    Windows metafile graphics file.
  341.  
  342.        .WPG    WordPerfect graphics file.
  343.  
  344.        .WPM    WordPerfect macro file.
  345.  
  346.        .WPK    Wordperfect macro file for keyboard definition.
  347.  
  348.        .WRI    Text file for Windows Write.
  349.  
  350.        .WRK    Symphony spreadsheet file.
  351.  
  352.        .XLS    Excel spreadsheet file.
  353.  
  354.        .ZIP    Compressed archive file. Use PKUNZIP.EXE to unpack.
  355.  
  356.        .ZOO    Compressed archive file. Use ZOO.EXE to unpack.
  357.  
  358.  
  359.  
  360.  
  361.        TIP: Now here is a pop quiz! Go back to the directory listing
  362.        at the beginning of this tutorial and see if you can determine
  363.        the characteristics of each file, given the known file 
  364.        extensions discussed in this index! 
  365.  
  366.        Tutorial finished. Have you registered PC-Learn to receive your
  367.        bonus disks? Registration is encouraged. Shareware works on the
  368.        honor system! Send $25 to Seattle Scientific Photography, 
  369.        Department PCL6, PO Box 1506, Mercer Island, WA 98040. Latest 
  370.        version of PC-Learn and two bonus disks shipped promptly!
  371.  
  372.        
  373.  
  374.